home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / rocalc.zip / ROCALC.DOC < prev    next >
Text File  |  1990-09-17  |  5KB  |  128 lines

  1.                RoCalc Hard Drive Backup Calculator  
  2.                                                    
  3.                          July 13, 1988             
  4.                                                    
  5.                          Revision 1.0              
  6.  
  7.  
  8.                 RoCalc and this document (C) 1988
  9.                        by Robert Sink, Jr.
  10.                    The Sixteen Bit Exchange BBS
  11.                           (703) 342-6386
  12.  
  13.  
  14. Introduction
  15. ------------
  16.  
  17. RoCalc is a program that compiles various data from your  
  18. hard disk(s) then provides you with various mathematical 
  19. answers to help calculate the number of disks needed when 
  20. backing up your hard drive. It also provides you with a general
  21. statistical compilation for other hard drive related tasks.
  22.  
  23. RoCalc was written because there are few programs that 
  24. calculate the data needed for backing up your hard drive using 
  25. DOS BACKUP or a similar backup. RoCalc tells you the number of 
  26. disks needed to backup to 360K floppies, 720K floppies, 1.2MB 
  27. floppies, and 1.44MB floppies. RoCalc also looks in all the 
  28. subdirectories of the hard disk. It calculates the number of 
  29. files, including those not previously backed up. It also 
  30. gives a percentage of drive space free, and counts 
  31. files/directories on the drive. RoCalc can access any hard 
  32. drive via a menu selection. When the program is terminated, 
  33. it returns you to the original drive and directory.
  34.  
  35. RoCalc was written in Turbo Pascal 4.0 from scratch. 
  36. Various windowing/input routines were used to speed up 
  37. input/output and to give it a pleasing interface. RoCalc 
  38. does nothing more than make BIOS calls to the hard drive FAT 
  39. table to read space and drive capacity. It then calculates 
  40. other variables. RoCalc supports logical drives from C: to Z:. 
  41. Internally, RoCalc has detection for drives that are valid 
  42. and drives that are not valid so you will not receive 
  43. information on a drive that isn't there. RoCalc does not 
  44. support drives A and B. RoCalc has been tested on both 
  45. single-user and multi-user systems (such as DoubleDOS and 
  46. DesqView) and has been found to run flawlessly.
  47.  
  48.  
  49. System Requirements
  50. -------------------
  51.  
  52. RoCalc uses very little memory. It can run on any 
  53. IBM-compatible computer. It requires a hard disk, but will 
  54. operate with any monitor.
  55.  
  56.  
  57. Using RoCalc
  58. ------------
  59.  
  60. Install RoCalc by copying ROCALC.EXE into a directory named 
  61. in the PATH statement in your AUTOEXEC.BAT file. By doing 
  62. this, you'll be able to use the program from any subdirectory. 
  63. For more information on the PATH statement, see your DOS manual.
  64.  
  65. Run RoCalc by giving the command: ROCALC <Enter>. You'll see 
  66. an opening screen that asks you for the drive(s) to be 
  67. checked. Just type the letter that designates the drive. You 
  68. don't need to add the colon (:).
  69.  
  70. If you're backing up more than one disk or partition, you can 
  71. name multiple drives. Simply type them (without spaces) at 
  72. the input prompt. For example, to check drives C, D, and 
  73. E, type CDE, then press <Enter>.
  74.  
  75. RoCalc will then calculate the information you need and 
  76. display it on the screen. You can print this screen by 
  77. pressing <Shift>-<PrtScrn>. Press any key to return to the 
  78. opening screen. Exit the program by typing A, then press 
  79. <Enter>.
  80.  
  81. You can take a shortcut by adding the letter A to your list 
  82. of drives. If you do that, RoCalc will exit after you press a 
  83. key while viewing the report screen.
  84.  
  85. Even though RoCalc has been tested under most circumstances, 
  86. this does not indicate that this program does not have any 
  87. bugs. If you experience any kind of problems, or have 
  88. comments, questions, ideas, or gripes, please let us know at 
  89. the following address or BBS:
  90.  
  91. Robert Sink, Jr.
  92. P.O Box 3215
  93. Roanoke, Virginia 24015
  94.  
  95. The Sixteen Bit Exchange BBS
  96. (703) 342-6386 - 3/12/24/96/19.2k - USRobotics
  97. 24 hours/day  7 days/week
  98.  
  99. I'd like to thank Mark Kaynor for clearing up some of the 
  100. finer things about disk access in Turbo Pascal (among the 
  101. many things he helped me with). I'd also like to thank Alton 
  102. Prillaman and all those other people who have been so 
  103. helpful.
  104.  
  105. RoCalc took considerable time to develop. If you would like 
  106. to encourage the development of future programs of this type, 
  107. and the enhancement of RoCalc itself, a contribution of $10, 
  108. sent to the address above, would be appreciated.
  109.  
  110. DISCLAIMER
  111. ----------
  112.  
  113. The author makes no warranty of any kind, express or implied, 
  114. including without limitation, any warranties or 
  115. merchantability and/or fitness for a particular purpose. The 
  116. author shall not be liable for any damages, whether direct, 
  117. indirect, special or consequential arising from a failure of 
  118. this program to operate in the manner desired by the user. 
  119. The author shall not be liable for any damage to data or 
  120. property which may be caused directly or indirectly by the 
  121. use of this program.
  122.  
  123. IN NO EVENT WILL THE AUTHOR BE LIABLE TO YOU FOR ANY 
  124. DAMAGES, INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER 
  125. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF YOUR USE 
  126. OR INABILITY TO USE THE PROGRAM, OR FOR ANY CLAIM BY ANY 
  127. OTHER PARTY.
  128.